System.Collections.IList.IsReadOnly Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns whether the list is read only. This implementation always returns true.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool IList.IsReadOnly{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.IList.IsReadOnly As Boolean Implements IList.IsReadOnly
Visual C++
private:
virtual property bool System.Collections.IList.IsReadOnly {
	bool get () sealed = IList::IsReadOnly::get;
}

Field Value

Alway true, indicating that the list is read-only.

See Also